home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Texteditors
/
Origami
/
Sources
/
src
/
getopt.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-27
|
196 b
|
11 lines
#ifndef _GETOPT_H_
#define _GETOPT_H_
extern char *optarg;
extern int optind;
extern int opterr;
extern int getopt (int argc, char *const *argv, const char *shortopts);
#endif /* _GETOPT_H_ */